textview: Hide the selection bubble better
authorBenjamin Otte <otte@redhat.com>
Sat, 11 Nov 2017 01:47:59 +0000 (02:47 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 11 Nov 2017 01:49:08 +0000 (02:49 +0100)
commit52424d86405676bc4d6978e2114ebd0ecf34cfd3
tree5ce929a26a861481685b0152e98728ce4882c714
parente9dd5f327ff4754ab1c5bf64aaea09a288b7748a
textview: Hide the selection bubble better

The selection bubble is not part of the text windows, so hiding it
during scroll should not be done in the text window code.

Also remove an unused variable that was only set in that code but never
read.
gtk/gtktextview.c